-
Notifications
You must be signed in to change notification settings - Fork 13
Docs/update learn portal links #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Remove Migration protocol (obsolete) form example configuration Change order of sections in Extensions README for better flow (+ add one small note based on feedback)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request updates documentation links and improves the Migration.Tool.Extensions README organization. The changes update Learn Portal links to use the new URL structure, remove obsolete migration protocol references, and reorganize customization sections in a more logical execution order.
Changes:
- Updated Learn Portal documentation URLs to use the new path structure (
guides/upgrade-to-xbyk/upgrade-from-kx13/) - Removed obsolete
MigrationProtocolreferences from code examples and configuration files - Reorganized Migration.Tool.Extensions README sections to follow execution order (class mappings → linked pages → pages to widgets → child links → field migrations → widget migrations → widget property migrations)
- Added clarifying notes about widget migration timing relative to database persistence
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated Learn Portal links to new URL structure |
| Migration.Tool.Extensions/README.md | Reorganized sections by execution order, added widget migration timing notes, includes a spelling error and variable name inconsistency |
| Migration.Tool.Common/README.md | Removed obsolete MigrationProtocol reference from key components list |
| Migration.Tool.CLI/appsettings.json | Removed obsolete MigrationProtocolPath configuration setting |
| Migration.Tool.CLI/README.md | Updated Learn Portal links and removed MigrationProtocolPath from example configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Motivation
Update the non-permalinks to the Learn Portal.
Remove leftover migration protocol (obsolete) mentions in examples.
Improve Migration.Tool.Extensions README documentation: